google.golang.org/protobuf/internal/impl.pointer.Uint32 (method)

16 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_gen.go#L1428: 	v := *p.Uint32()
		codec_gen.go#L1434: 	v := *p.Uint32()
		codec_gen.go#L1459: 	*p.Uint32() = uint32(v)
		codec_gen.go#L1474: 	v := *p.Uint32()
		codec_gen.go#L1484: 	v := *p.Uint32()
		codec_gen.go#L3414: 	v := *p.Uint32()
		codec_gen.go#L3429: 	*p.Uint32() = v
		codec_gen.go#L3444: 	v := *p.Uint32()
		codec_gen.go#L3454: 	v := *p.Uint32()
		merge_gen.go#L62: 	*dst.Uint32() = *src.Uint32()
		merge_gen.go#L66: 	v := *src.Uint32()
		merge_gen.go#L68: 		*dst.Uint32() = v
		message_opaque_gen.go#L52: 			x := p.Apply(fieldOffset).Uint32()
		message_reflect_field_gen.go#L199: 			x := p.Apply(fieldOffset).Uint32()
		pointer_unsafe.go#L96: func (p pointer) Uint32() *uint32                       { return (*uint32)(p.p) }